<xs:simpleType name="ProductIDTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation>The type of product ID.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="None" />
<xs:enumeration value="UPC" />
<xs:enumeration value="ISBN" />
<xs:enumeration value="EAN" />
<xs:enumeration value="MPN" />
<xs:enumeration value="ASIN" />
</xs:restriction>
</xs:simpleType>
|